• frmAdvanceEntryReport.Designer.vb
  • project /
1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class frmAdvanceEntryReport
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Me.components = New System.ComponentModel.Container()
26         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmAdvanceEntryReport))
27         Me.Panel1 = New System.Windows.Forms.Panel()
28         Me.GroupBox3 = New System.Windows.Forms.GroupBox()
29         Me.btnClose = New System.Windows.Forms.Button()
30         Me.btnReset = New System.Windows.Forms.Button()
31         Me.GroupBox1 = New System.Windows.Forms.GroupBox()
32         Me.Button2 = New System.Windows.Forms.Button()
33         Me.Label3 = New System.Windows.Forms.Label()
34         Me.DateTimePicker1 = New System.Windows.Forms.DateTimePicker()
35         Me.Label4 = New System.Windows.Forms.Label()
36         Me.DateTimePicker2 = New System.Windows.Forms.DateTimePicker()
37         Me.GroupBox2 = New System.Windows.Forms.GroupBox()
38         Me.Button1 = New System.Windows.Forms.Button()
39         Me.cmbStaffName = New System.Windows.Forms.ComboBox()
40         Me.Label9 = New System.Windows.Forms.Label()
41         Me.Label10 = New System.Windows.Forms.Label()
42         Me.dtpDateTo = New System.Windows.Forms.DateTimePicker()
43         Me.Label11 = New System.Windows.Forms.Label()
44         Me.dtpDateFrom = New System.Windows.Forms.DateTimePicker()
45         Me.Panel2 = New System.Windows.Forms.Panel()
46         Me.Label1 = New System.Windows.Forms.Label()
47         Me.Timer1 = New System.Windows.Forms.Timer(Me.components)
48         Me.Panel1.SuspendLayout()
49         Me.GroupBox3.SuspendLayout()
50         Me.GroupBox1.SuspendLayout()
51         Me.GroupBox2.SuspendLayout()
52         Me.Panel2.SuspendLayout()
53         Me.SuspendLayout()
54         
'
55         
'Panel1
56         
'
57         Me.Panel1.BackColor = System.Drawing.Color.White
58         Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
59         Me.Panel1.Controls.Add(Me.GroupBox3)
60         Me.Panel1.Controls.Add(Me.GroupBox1)
61         Me.Panel1.Controls.Add(Me.GroupBox2)
62         Me.Panel1.Controls.Add(Me.Panel2)
63         Me.Panel1.Location = New System.Drawing.Point(
13, 15)
64         Me.Panel1.Name =
"Panel1"
65         Me.Panel1.Size = New System.Drawing.Size(
600, 271)
66         Me.Panel1.TabIndex =
2
67         
'
68         
'GroupBox3
69         
'
70         Me.GroupBox3.Controls.Add(Me.btnClose)
71         Me.GroupBox3.Controls.Add(Me.btnReset)
72         Me.GroupBox3.Location = New System.Drawing.Point(
388, 168)
73         Me.GroupBox3.Name =
"GroupBox3"
74         Me.GroupBox3.Size = New System.Drawing.Size(
199, 87)
75         Me.GroupBox3.TabIndex =
43
76         Me.GroupBox3.TabStop = False
77         
'
78         
'btnClose
79         
'
80         Me.btnClose.Cursor = System.Windows.Forms.Cursors.Hand
81         Me.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.Popup
82         Me.btnClose.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
83         Me.btnClose.Location = New System.Drawing.Point(
106, 33)
84         Me.btnClose.Name =
"btnClose"
85         Me.btnClose.Size = New System.Drawing.Size(
82, 31)
86         Me.btnClose.TabIndex =
4
87         Me.btnClose.Text =
"Close"
88         Me.btnClose.UseVisualStyleBackColor = True
89         
'
90         
'btnReset
91         
'
92         Me.btnReset.Cursor = System.Windows.Forms.Cursors.Hand
93         Me.btnReset.FlatStyle = System.Windows.Forms.FlatStyle.Popup
94         Me.btnReset.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
95         Me.btnReset.Location = New System.Drawing.Point(
18, 33)
96         Me.btnReset.Name =
"btnReset"
97         Me.btnReset.Size = New System.Drawing.Size(
82, 32)
98         Me.btnReset.TabIndex =
0
99         Me.btnReset.Text =
"Reset"
100         Me.btnReset.UseVisualStyleBackColor = True
101         
'
102         
'GroupBox1
103         
'
104         Me.GroupBox1.Controls.Add(Me.Button2)
105         Me.GroupBox1.Controls.Add(Me.Label3)
106         Me.GroupBox1.Controls.Add(Me.DateTimePicker1)
107         Me.GroupBox1.Controls.Add(Me.Label4)
108         Me.GroupBox1.Controls.Add(Me.DateTimePicker2)
109         Me.GroupBox1.Location = New System.Drawing.Point(
9, 168)
110         Me.GroupBox1.Name =
"GroupBox1"
111         Me.GroupBox1.Size = New System.Drawing.Size(
372, 87)
112         Me.GroupBox1.TabIndex =
1
113         Me.GroupBox1.TabStop = False
114         Me.GroupBox1.Text =
"Search By Entry Date :"
115         
'
116         
'Button2
117         
'
118         Me.Button2.Cursor = System.Windows.Forms.Cursors.Hand
119         Me.Button2.FlatStyle = System.Windows.Forms.FlatStyle.Popup
120         Me.Button2.Location = New System.Drawing.Point(
282, 45)
121         Me.Button2.Name =
"Button2"
122         Me.Button2.Size = New System.Drawing.Size(
75, 20)
123         Me.Button2.TabIndex =
3
124         Me.Button2.Text =
"View Report"
125         Me.Button2.UseVisualStyleBackColor = True
126         
'
127         
'Label3
128         
'
129         Me.Label3.AutoSize = True
130         Me.Label3.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
131         Me.Label3.Location = New System.Drawing.Point(
153, 24)
132         Me.Label3.Name =
"Label3"
133         Me.Label3.Size = New System.Drawing.Size(
26, 13)
134         Me.Label3.TabIndex =
10
135         Me.Label3.Text =
"To :"
136         
'
137         
'DateTimePicker1
138         
'
139         Me.DateTimePicker1.CustomFormat =
"dd/MMM/yyyy"
140         Me.DateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.Custom
141         Me.DateTimePicker1.Location = New System.Drawing.Point(
156, 45)
142         Me.DateTimePicker1.Name =
"DateTimePicker1"
143         Me.DateTimePicker1.Size = New System.Drawing.Size(
120, 20)
144         Me.DateTimePicker1.TabIndex =
2
145         
'
146         
'Label4
147         
'
148         Me.Label4.AutoSize = True
149         Me.Label4.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
150         Me.Label4.Location = New System.Drawing.Point(
27, 24)
151         Me.Label4.Name =
"Label4"
152         Me.Label4.Size = New System.Drawing.Size(
36, 13)
153         Me.Label4.TabIndex =
9
154         Me.Label4.Text =
"From :"
155         
'
156         
'DateTimePicker2
157         
'
158         Me.DateTimePicker2.CustomFormat =
"dd/MMM/yyyy"
159         Me.DateTimePicker2.Format = System.Windows.Forms.DateTimePickerFormat.Custom
160         Me.DateTimePicker2.Location = New System.Drawing.Point(
30, 45)
161         Me.DateTimePicker2.Name =
"DateTimePicker2"
162         Me.DateTimePicker2.Size = New System.Drawing.Size(
120, 20)
163         Me.DateTimePicker2.TabIndex =
1
164         
'
165         
'GroupBox2
166         
'
167         Me.GroupBox2.Controls.Add(Me.Button1)
168         Me.GroupBox2.Controls.Add(Me.cmbStaffName)
169         Me.GroupBox2.Controls.Add(Me.Label9)
170         Me.GroupBox2.Controls.Add(Me.Label10)
171         Me.GroupBox2.Controls.Add(Me.dtpDateTo)
172         Me.GroupBox2.Controls.Add(Me.Label11)
173         Me.GroupBox2.Controls.Add(Me.dtpDateFrom)
174         Me.GroupBox2.Location = New System.Drawing.Point(
9, 75)
175         Me.GroupBox2.Name =
"GroupBox2"
176         Me.GroupBox2.Size = New System.Drawing.Size(
578, 87)
177         Me.GroupBox2.TabIndex =
0
178         Me.GroupBox2.TabStop = False
179         Me.GroupBox2.Text =
"Search By Staff Name and Entry Date :"
180         
'
181         
'Button1
182         
'
183         Me.Button1.Cursor = System.Windows.Forms.Cursors.Hand
184         Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Popup
185         Me.Button1.Location = New System.Drawing.Point(
484, 43)
186         Me.Button1.Name =
"Button1"
187         Me.Button1.Size = New System.Drawing.Size(
75, 20)
188         Me.Button1.TabIndex =
3
189         Me.Button1.Text =
"View Report"
190         Me.Button1.UseVisualStyleBackColor = True
191         
'
192         
'cmbStaffName
193         
'
194         Me.cmbStaffName.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
195         Me.cmbStaffName.FormattingEnabled = True
196         Me.cmbStaffName.Location = New System.Drawing.Point(
36, 42)
197         Me.cmbStaffName.Name =
"cmbStaffName"
198         Me.cmbStaffName.Size = New System.Drawing.Size(
178, 21)
199         Me.cmbStaffName.TabIndex =
0
200         
'
201         
'Label9
202         
'
203         Me.Label9.AutoSize = True
204         Me.Label9.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
205         Me.Label9.Location = New System.Drawing.Point(
33, 22)
206         Me.Label9.Name =
"Label9"
207         Me.Label9.Size = New System.Drawing.Size(
90, 13)
208         Me.Label9.TabIndex =
51
209         Me.Label9.Text =
"Staff Name :"
210         
'
211         
'Label10
212         
'
213         Me.Label10.AutoSize = True
214         Me.Label10.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
215         Me.Label10.Location = New System.Drawing.Point(
355, 22)
216         Me.Label10.Name =
"Label10"
217         Me.Label10.Size = New System.Drawing.Size(
26, 13)
218         Me.Label10.TabIndex =
10
219         Me.Label10.Text =
"To :"
220         
'
221         
'dtpDateTo
222         
'
223         Me.dtpDateTo.CustomFormat =
"dd/MMM/yyyy"
224         Me.dtpDateTo.Format = System.Windows.Forms.DateTimePickerFormat.Custom
225         Me.dtpDateTo.Location = New System.Drawing.Point(
358, 43)
226         Me.dtpDateTo.Name =
"dtpDateTo"
227         Me.dtpDateTo.Size = New System.Drawing.Size(
120, 20)
228         Me.dtpDateTo.TabIndex =
2
229         
'
230         
'Label11
231         
'
232         Me.Label11.AutoSize = True
233         Me.Label11.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
234         Me.Label11.Location = New System.Drawing.Point(
229, 22)
235         Me.Label11.Name =
"Label11"
236         Me.Label11.Size = New System.Drawing.Size(
36, 13)
237         Me.Label11.TabIndex =
9
238         Me.Label11.Text =
"From :"
239         
'
240         
'dtpDateFrom
241         
'
242         Me.dtpDateFrom.CustomFormat =
"dd/MMM/yyyy"
243         Me.dtpDateFrom.Format = System.Windows.Forms.DateTimePickerFormat.Custom
244         Me.dtpDateFrom.Location = New System.Drawing.Point(
232, 43)
245         Me.dtpDateFrom.Name =
"dtpDateFrom"
246         Me.dtpDateFrom.Size = New System.Drawing.Size(
120, 20)
247         Me.dtpDateFrom.TabIndex =
1
248         
'
249         
'Panel2
250         
'
251         Me.Panel2.BackColor = System.Drawing.Color.DarkSlateGray
252         Me.Panel2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
253         Me.Panel2.Controls.Add(Me.Label1)
254         Me.Panel2.Location = New System.Drawing.Point(
9, 7)
255         Me.Panel2.Name =
"Panel2"
256         Me.Panel2.Size = New System.Drawing.Size(
578, 62)
257         Me.Panel2.TabIndex =
0
258         
'
259         
'Label1
260         
'
261         Me.Label1.AutoSize = True
262         Me.Label1.BackColor = System.Drawing.Color.Transparent
263         Me.Label1.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
264         Me.Label1.ForeColor = System.Drawing.Color.White
265         Me.Label1.Location = New System.Drawing.Point(
179, 16)
266         Me.Label1.Name =
"Label1"
267         Me.Label1.Size = New System.Drawing.Size(
214, 24)
268         Me.Label1.TabIndex =
0
269         Me.Label1.Text =
"Advance Entry Report"
270         
'
271         
'Timer1
272         
'
273         
'
274         
'frmAdvanceEntryReport
275         
'
276         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
277         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
278         Me.BackColor = System.Drawing.Color.DarkSlateGray
279         Me.ClientSize = New System.Drawing.Size(
624, 299)
280         Me.Controls.Add(Me.Panel1)
281         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
282         Me.Icon = CType(resources.GetObject(
"$this.Icon"), System.Drawing.Icon)
283         Me.MaximizeBox = False
284         Me.MinimizeBox = False
285         Me.Name =
"frmAdvanceEntryReport"
286         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
287         Me.Panel1.ResumeLayout(False)
288         Me.GroupBox3.ResumeLayout(False)
289         Me.GroupBox1.ResumeLayout(False)
290         Me.GroupBox1.PerformLayout()
291         Me.GroupBox2.ResumeLayout(False)
292         Me.GroupBox2.PerformLayout()
293         Me.Panel2.ResumeLayout(False)
294         Me.Panel2.PerformLayout()
295         Me.ResumeLayout(False)
296
297     End Sub
298     Friend WithEvents Panel1 As System.Windows.Forms.Panel
299     Friend WithEvents Panel2 As System.Windows.Forms.Panel
300     Friend WithEvents Label1 As System.Windows.Forms.Label
301     Friend WithEvents btnClose As System.Windows.Forms.Button
302     Friend WithEvents btnReset As System.Windows.Forms.Button
303     Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
304     Friend WithEvents Button2 As System.Windows.Forms.Button
305     Friend WithEvents Label3 As System.Windows.Forms.Label
306     Friend WithEvents DateTimePicker1 As System.Windows.Forms.DateTimePicker
307     Friend WithEvents Label4 As System.Windows.Forms.Label
308     Friend WithEvents DateTimePicker2 As System.Windows.Forms.DateTimePicker
309     Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox
310     Friend WithEvents Button1 As System.Windows.Forms.Button
311     Friend WithEvents cmbStaffName As System.Windows.Forms.ComboBox
312     Friend WithEvents Label9 As System.Windows.Forms.Label
313     Friend WithEvents Label10 As System.Windows.Forms.Label
314     Friend WithEvents dtpDateTo As System.Windows.Forms.DateTimePicker
315     Friend WithEvents Label11 As System.Windows.Forms.Label
316     Friend WithEvents dtpDateFrom As System.Windows.Forms.DateTimePicker
317     Friend WithEvents GroupBox3 As System.Windows.Forms.GroupBox
318     Friend WithEvents Timer1 As System.Windows.Forms.Timer
319
320 End Class


Gõ tìm kiếm nhanh...